@font-face {
  font-family: 'cityFont';
  src: url('../font/city.TTF');
  src: url('../font/city.eot?#font-spider') format('embedded-opentype'), url('../font/city.woff') format('woff'), url('../font/city.ttf') format('truetype'), url('../font/city.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f5f5f6;
  /**弹出框**/
  /*名师讲堂弹框*/
}
body .main {
  width: 1000px;
  margin: 0 auto 35px;
}
body .main .section1 {
  margin-top: 15px;
}
body .main .section1 .section1_lf {
  width: 742px;
  background: #fff;
  padding: 7px 0 7px 18px;
}
body .main .section1 .section1_lf ul {
  width: 100%;
}
body .main .section1 .section1_lf ul li {
  float: left;
  cursor: pointer;
}
body .main .section1 .section1_lf ul li img {
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
body .main .section1 .section1_lf ul li:hover img {
  transform: scale(1.08);
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
body .main .section1 .section1_rgt {
  background: #fff;
  height: 142px;
  padding-top: 8px;
  width: 230px;
  text-align: center;
  margin-left: 10px;
  -webkit-box-shadow: #D4D4D4 2px 2px ;
  -moz-box-shadow: #D4D4D4 2px 2px;
  box-shadow: #D4D4D4 2px 2px;
}
body .main .section1 .section1_rgt .section1_rgt_box {
  width: 214px;
  overflow: hidden;
  margin-left: 8px;
  position: relative;
}
body .main .section1 .section1_rgt .section1_rgt_box ul {
  width: 1000px;
  position: relative;
  left: 0;
}
body .main .section1 .section1_rgt .section1_rgt_box ul li {
  width: 214px;
}
body .main .section1 .section1_rgt .section1_rgt_box ul li img {
  width: 214px;
  height: 131px;
}
body .main .section2 {
  margin-top: 15px;
}
body .main .section2 .section2_lf {
  width: 760px;
  background: #fff;
  position: relative;
  height: 141px;
  padding-top: 13px;
}
body .main .section2 .section2_lf .city_img {
  position: absolute;
  left: 10px;
  top: -5px;
}
body .main .section2 .section2_lf .city_all_1 {
  width: 40px;
  height: 85px;
  text-align: center;
  background: url("/images/web/all_city.png") 0 0 no-repeat;
  position: absolute;
  left: 10px;
  top: 39px;
  padding-top: 10px;
}
body .main .section2 .section2_lf .city_all_1 p {
  font-family: cityFont;
  font-size: 24px;
  padding-bottom: 5px;
}
body .main .section2 .section2_lf .city_all {
  width: 42px;
  height: 85px;
  text-align: center;
  margin-left: 65px;
  background: url("/images/web/index6_03.png") 0 0 no-repeat;
  padding-top: 25px;
}
body .main .section2 .section2_lf .city_all p {
  font-family: cityFont;
  font-size: 24px;
  padding-bottom: 5px;
}
body .main .section2 .section2_lf .section2_city_tab_box {
  width: 630px;
  height: 120px;
  margin: 0 0 0 10px;
  overflow-x: hidden;
  position: relative;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab {
  width: 10000px;
  position: relative;
  left: 0;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list {
  width: 640px;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul {
  width: 100%;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li {
  float: left;
  width: 160px;
  height: 48px;
  margin-bottom: 14px;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li a {
  display: inline-block;
  width: 117px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-family: 'cityFont';
  font-size: 24px;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li:nth-child(8),
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li:nth-child(5),
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li:nth-child(6),
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul li:nth-child(7) {
  margin-bottom: 8px !important;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box1 {
  background: url("/images/web/city_06.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box2 {
  background: url("/images/web/city_08.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box3 {
  background: url("/images/web/city_10.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box4 {
  background: url("/images/web/city_12.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box5 {
  background: url("/images/web/city_18.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box6 {
  background: url("/images/web/city_20.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box7 {
  background: url("/images/web/city_22.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_tab_box .section2_city_tab .section2_city_list ul .city_box8 {
  background: url("/images/web/city_24.png") 0 0 no-repeat;
}
body .main .section2 .section2_lf .section2_city_spot_box {
  text-align: right;
  padding-right: 15px;
}
body .main .section2 .section2_lf .section2_city_spot_box .section2_city_spot {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  background: #CDCDCD;
  margin-left: 5px;
  cursor: pointer;
}
body .main .section2 .section2_lf .section2_city_spot_box .section2_city_spot.hover {
  background: #C63520;
}
body .main .section2 .section2_rgt {
  width: 195px;
  height: 138px;
  position: relative;
  margin-left: 10px;
  padding: 15px 15px 0 20px;
  -webkit-box-shadow: #D4D4D4 2px 2px ;
  -moz-box-shadow: #D4D4D4 2px 2px;
  box-shadow: #D4D4D4 2px 2px;
}
body .main .section2 .section2_rgt .section2_bg {
  width: 230px;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}
body .main .section2 .section2_rgt .section2_rgt_title {
  text-align: center;
  border-bottom: 1px dashed #C63520;
  padding-bottom: 5px;
}
body .main .section2 .section2_rgt .new_class_list {
  margin-top: 10px;
}
body .main .section2 .section2_rgt .new_class_list p {
  background: url("/images/web/arrorRight_03.png") 0 center no-repeat;
  text-indent: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
body .main .section2 .section2_rgt .new_class_list p:hover a,
body .main .section2 .section2_rgt .new_class_list p.hover a {
  color: #C63520;
}
body .main .section2 .section2_rgt .section2_rgt_more {
  text-align: right;
}
body .main .section2 .section2_rgt .section2_rgt_more a {
  color: #C63520;
}
body .main .section3 {
  margin-top: 10px;
}
body .main .section3 .section3_lf {
  width: 750px;
  height: 248px;
  background: #fff;
  padding: 10px 0 10px 10px;
}
body .main .section3 .section3_lf .section3_lunbo {
  width: 380px;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box {
  height: 246px;
  overflow: hidden;
  position: relative;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbBox {
  width: 10000px;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbBox li {
  width: 380px;
  height: 246px;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbBox li img {
  width: 380px;
  height: 246px;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbIdx {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbIdx li {
  background: #ddd;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  margin-right: 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  color: #000;
}
body .main .section3 .section3_lf .section3_lunbo .section3_lunbo_box .lbIdx li.hover {
  background: #C63520;
  color: #fff;
}
body .main .section3 .section3_lf .section3_news {
  margin: 0 0 0 30px;
}
body .main .section3 .section3_lf .section3_news .section3_news_title {
  text-align: right;
  margin-bottom: 15px;
  border-bottom: 1px solid #6F7B91;
}
body .main .section3 .section3_lf .section3_news .section3_news_title span {
  font-size: 16px;
  border-bottom: 2px solid #CA422F;
  position: relative;
  top: 1px;
  padding-bottom: 5px;
}
body .main .section3 .section3_lf .section3_news .section3_news_title a {
  font-size: 14px;
  color: #CA422F;
  margin-top: 3px;
  display: inline-block;
}
body .main .section3 .section3_lf .section3_news ul {
  width: 320px;
}
body .main .section3 .section3_lf .section3_news ul li {
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
  background: url("/images/web/index_09.png") 0 center no-repeat;
  text-indent: 15px;
}
body .main .section3 .section3_lf .section3_news ul li:hover a {
  color: #FA939B;
}
body .main .section3 .section3_rgt {
  margin-left: 10px;
  width: 230px;
}
body .main .section3 .section3_rgt .section3_question {
  width: 230px;
  display: inline-block;
}
body .main .section3 .section3_rgt .section3_teacher {
  width: 230px;
  margin-top: 6px;
  display: inline-block;
  -webkit-box-shadow: #D4D4D4 2px 2px ;
  -moz-box-shadow: #D4D4D4 2px 2px;
  box-shadow: #D4D4D4 2px 2px;
  cursor: pointer;
}
body .main .section4 {
  margin-top: 20px;
  border-top: 1px solid #B2B8C3 ;
  padding-top: 25px;
  position: relative;
}
body .main .section4 .section4_line {
  width: 187px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -93.5px;
  background: #DF0013;
}
body .main .section4 ul li {
  float: left;
  width: 229px;
  height: 232px;
  text-align: center;
  padding-top: 7px;
  border: 1px solid transparent;
  margin-right: 25.33333333px;
}
body .main .section4 ul li:hover {
  border: 1px solid #EB6B5C;
}
body .main .section4 ul li.hover {
  margin-right: 0;
}
body .index_open_alert_box_pool {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 100;
}
body .index_open_alert_box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
}
body .index_open_alert_box .index_open_alert_close {
  width: 40px;
  height: 40px;
  background: url("/images/web/index4_03.png") center center no-repeat #EBEBEB;
  cursor: pointer;
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 102;
}
body .index_open_alert_box .index_open_alert {
  position: absolute;
  width: 600px;
  height: 385px;
  top: 50%;
  left: 50%;
  margin-top: -192.5px;
  margin-left: -300px;
}
body .index_open_alert_box .index_open_alert a img {
  width: 600px;
  height: 385px;
}
body .index_teacher_pool {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 100;
  display: none;
}
body .index_teacher_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  display: none;
}
body .index_teacher_box .index_teacher_alert {
  width: 900px;
  height: 480px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -252.5px;
  left: 50%;
  margin-left: -450px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 25px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_close {
  position: absolute;
  width: 31px;
  height: 31px;
  background: url("/images/web/sprit.png") -255px -64px no-repeat;
  right: 8px;
  top: 5px;
  cursor: pointer;
}
body .index_teacher_box .index_teacher_alert .index_teacher_top {
  height: 40px;
  background: url("/images/web/sprit.png") center -112px no-repeat;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content {
  margin-top: 43px;
  height: 320px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_lf {
  width: 22px;
  height: 43px;
  background: url("/images/web/sprit.png") -288px -60px no-repeat;
  margin: 138.5px 0 0 15px;
  cursor: pointer;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_lf:hover {
  background: url("/images/web/sprit.png") -331.5px -60px no-repeat;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list {
  width: 790px;
  overflow-x: hidden;
  margin-left: 25px;
  position: relative;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab {
  width: 10000px;
  position: relative;
  top: 0;
  left: 0;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul {
  width: 790px;
  float: left;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li {
  float: left;
  margin-right: 10.5px;
  width: 250px;
  border: 1px solid transparent;
  margin-bottom: 20px;
  cursor: pointer;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box {
  width: 238px;
  padding: 8px 0 7px 10px;
  float: left;
  border: 1px solid #EAEAEA;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_lf {
  width: 90px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_lf img {
  width: 90px;
  height: 128px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt {
  margin-left: 10px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt .teacher_detail_rgt1 {
  font-size: 16px;
  margin-top: 7px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt .teacher_detail_rgt1 span {
  font-size: 12px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt .teacher_detail_rgt2 {
  margin-top: 7px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 122px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt .teacher_detail_rgt3 {
  margin-top: 7px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 122px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li .teacher_list_tab_box .teacher_detail_rgt .teacher_detail_rgt4 {
  display: inline-block;
  width: 120px;
  height: 36px;
  margin-top: 12px;
  cursor: pointer;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #EB6B5C;
  border: 1px solid #EB6B5C;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_list .teacher_list_tab ul li:hover {
  border: 1px solid #95BEFF;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_rgt {
  width: 22px;
  height: 43px;
  background: url("/images/web/sprit.png") -310px -60px no-repeat;
  margin: 138.5px 0 0 10px;
  cursor: pointer;
}
body .index_teacher_box .index_teacher_alert .index_teacher_content .index_teacher_rgt:hover {
  background: url("/images/web/sprit.png") -351px -60px no-repeat;
}
body .index_teacher_box .index_teacher_alert .index_teacher_no {
  margin: 75px 0 0 195px;
}
